


body {
    font-family: 'Open Sans', sans-serif;
 	margin: 0px;
 	padding: 0px;  /*dimensionne la marge inférieure*/
 	background-color:#dcdcdc;
}


a{
	text-decoration: none;


/* début header (haut de page)*/

}

.img{
	
	text-align: center; 

}



 
.btn{
	border:1px solid #FF3362;
	padding-top: 10px; 
	padding-bottom: 10px;  
	background: linear-gradient(#696562,#9696A2, #A5AABD);
}
/* début logo*/
.logo {
	margin-right: 20%;
	margin-left: 20%;  
	display: flex; 
	
	align-items: center; 
	border-radius: 30px;
	padding: 2px 0px 2px 20px;
	flex-wrap:wrap; 
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(#696562,#9696A2, #A5AABD); /*couleur dégradée* #9797A3 #C1C6DC #AEBCD6  #FF3362, #20212e, #341b47 /
/*#13181d, #20212e, #341b47*/
}

.logo p{
	color: white;
	font-size: 20px;
	text-align: center;

}




.elements p{
	margin-right: 20px;

}
.elements a:hover{
	color: red;
}

.elements a{
	color: black;
}
.elements {
	display: flex; /*flex aligne les boutons du header*/
  	justify-content:center;
	flex-wrap:wrap;  /*// sur mobile les éléments ne seront pas alignés mais empilés  */

}
/* fin logo*/



header{
	box-sizing: border-box;
	width: 100%;
	height: 1%; 
	background: linear-gradient(#696562,#9696A2, #A5AABD);
	padding: 5px;
	border-radius: 30px; 
	margin-right:0%; 
	margin-left: 0%;
	margin-top: 1%;
	border:2px solid #F4E3AD;  
}
 header h1{
 	font-size: 24px; /*dimensionne les textes en h1 du navigateur*/
 	max-width: 500px; largeur max du header*/
 	text-align: center; /*centre le texte  du header*/
 }

/* fin header (haut de page)*/

/* début corps de page*/

.style: btn{

border-radius: 20px;

}

.cadre{

	width: 80%;
	min-width: 450px; 
	
	padding:10px 10px 10px 10px;
	border: 3px solid #A0A0A0; 
	border-radius: 20px;
	margin: auto; 
	margin-bottom: 80px ;
	background-color: #dcdcdc;
	}

.cadre h1{
	font-size: 24px;
	font-family: Times New Roman;
	text-decoration: underline;
}
.cadre h3{
	font-size: 20px;
	font-family: Times New Roman;
	
}
.retour{
	margin-top: 1%;
	margin-bottom: 1%;
}


/* fin corps de page*/ 
  
 /* début de footer */

 
.soulignement:hover{
	color: red;
}
.soulignement{
	color: white; 
}

.blue{
	color: blue;
}

.blue:hover{
	color: red;
}


 
footer{

	


	border-radius: 30px;
	border:2px solid #F4E3AD;
	position: sticky;  /* associé avec le (top: 0px;)bloque la barre de navigation en haut de la page ou pied de page*/
	
	margin-right: 0%; 
	margin-left: 0%;
}


footer{
	color:white;
	text-align: center;
	/*display: flex; /*flex aligne les éléments du footer*/
	flex-wrap: wrap; /* sur mobile les éléments ne seront pas alignés mais empilés*/
	justify-content: space-between; /* espace les éléments du footer*/
	padding: 15px;  dimensionne la marge inférieure
	
	font-family: 'Montserrat', sans-serif;
	background:  linear-gradient(#696562,#9696A2, #A5AABD); /*couleur dégradée*/
/*#13181d, #20212e, #341b47*/

}
footer .social-media{
	display: flex;
}
footer .social-media p{
	margin-right: 15px;
	cursor: pointer; /*le curseur se transforme en pointeur au survol de l'onglet*/
	border: 1px solid yellow;
	border-radius: 100%;
	padding: 30px;  /*dimensionne la marge inférieure*/
	text-align: center; /* aucun effet car les icones étaient déja bien centrés */
	width: 15px; /*dimensionne les icones*/
	
}	


/*------------------------fin de Footer-----------------------------------------------------*/
@media screen and (max-width: 640px) {table,
	div {
		display: block;
		width: auto!important;
/*la page ne peut pas être inférieure à 640px*/
}